* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}

body{
    background-color: #fff;
}

ul li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #353949;
}

.f_l {
    float: left;
}

.f_r {
    float: right;
}

.clear::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.dis{
    display: none;
}

button{
    outline: 0;
    border: 0;
    margin: 0;
    padding: 0;
    background-color: transparent;
}

input{      
    background:none;    
    outline:none;   
    border:0;
}

input:focus{   
    border:none;
}

textarea{
	border:none;
	outline: none;/*边线不显示*/
	resize: none;/*禁止拉伸*/
    appearance:none;
}


.font-weight-400{
    font-weight: 400;
}
.font-weight-500{
    font-weight: 500;
}
.font-weight-600{
    font-weight: 600;
}
.font-weight-700{
    font-weight: 700;
}
.font-weight-800{
    font-weight: 800;
}

@media only screen and (min-width: 769px) {
    .img-h5{
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    /* swiper banner h5 */
    .img-pc{
        display: none;
    }

    .banner-h5-container{
        width: 100%;
        height: 100%;
        position: relative;
        top: 0;
        left: 0;
        overflow: hidden;
        justify-content: center;
        align-items: center;
        line-height: 0;
    }

    .img-is-h5-w{
        width: 100%;
        height: auto !important;
    }
}
